home *** CD-ROM | disk | FTP | other *** search
- object frmMain: TfrmMain
- Left = 277
- Top = 106
- Width = 583
- Height = 520
- Caption = 'Demo'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 9
- Width = 47
- Height = 13
- Caption = 'SML Tag:'
- end
- object PageControl1: TPageControl
- Left = 7
- Top = 151
- Width = 563
- Height = 333
- ActivePage = TabSheet1
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'XML Parsing'
- object btnParse: TButton
- Left = 8
- Top = 10
- Width = 75
- Height = 25
- Caption = 'Parse'
- TabOrder = 0
- OnClick = btnParseClick
- end
- object tvDocument: TTreeView
- Left = 8
- Top = 45
- Width = 538
- Height = 250
- Anchors = [akLeft, akTop, akRight, akBottom]
- Indent = 19
- TabOrder = 1
- end
- end
- object TabSheet2: TTabSheet
- Caption = 'Expand Tags'
- ImageIndex = 1
- object Button1: TButton
- Left = 8
- Top = 10
- Width = 75
- Height = 25
- Caption = 'Expand'
- TabOrder = 0
- OnClick = Button1Click
- end
- object memOutput: TMemo
- Left = 8
- Top = 45
- Width = 538
- Height = 250
- TabOrder = 1
- end
- end
- end
- object memSML: TMemo
- Left = 8
- Top = 25
- Width = 560
- Height = 118
- Anchors = [akLeft, akTop, akRight]
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Courier New'
- Font.Style = []
- Lines.Strings = (
- '<DATAOBJECT class="TEmployee" name="Emp" oid="4"/>'
- '<CONTROL type="edit" property="Emp.FirstName"/>'
- '<CONTROL type="edit" property="Emp.LastName"/>')
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 1
- WordWrap = False
- end
- object dbSample: TDatabase
- AliasName = 'DBDEMOS'
- Connected = True
- DatabaseName = 'Sample'
- LoginPrompt = False
- Params.Strings = (
- '')
- SessionName = 'Default'
- Left = 460
- Top = 5
- end
- end
-